C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<T> Class / CanMoveRange Method

In This Topic
CanMoveRange Method (C1WrapDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function CanMoveRange( _
   ByVal fromIndex As Integer, _
   ByVal count As Integer, _
   ByVal toIndex As Integer _
) As Boolean
 

Parameters

fromIndex
count
toIndex
See Also